home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / ABUSESRC.ZIP / AbuseSrc / macabuse / inc / bus_type.hpp < prev    next >
C/C++ Source or Header  |  1997-05-20  |  331b  |  29 lines

  1. #ifndef BUS_TYPE_HPP
  2. #define BUS_TYPE_HPP
  3.  
  4. #ifdef __sgi
  5. #define WORD_ALLIGN 1
  6. #endif
  7.  
  8. #ifdef sun
  9. #define WORD_ALLIGN 1
  10. #endif
  11.  
  12. #ifdef SUN3
  13. #define WORD_ALLIGN 1
  14. #endif
  15.  
  16. #ifdef SUN4
  17. #define WORD_ALLIGN 1
  18. #endif
  19.  
  20. #ifdef __sgi
  21. #define WORD_ALLIGN 1
  22. #endif
  23.  
  24. #ifdef _AIX
  25. #define WORD_ALLIGN 1
  26. #endif
  27.  
  28. #endif
  29.